database extension meaning in English
数据库扩展
Examples
- The is an important difference from the traditional php database extensions
这与传统的php数据库扩展有很大的不同。 - Pfl ( persistent functional language ) is a simple functional language with database extensions
Pfl是一种简单函数语言,它带有数据库扩展。 - It is important to note that you may not mix this method of fetching with the bulk fetching methods like mdb : : fetchall ( ) as this will cause problems in most php database extensions
注意你不要把这个获取函数和bulk获取函数像mdb : : fetchall ( )搞混了,因为这将在大部分php数据库扩展中导致问题。 - To establish a cached connection or pconnect if you re more familiar with the traditional database extensions , you pass in an attribute when you instantiate your database connection
要建立一个缓存的连接(如果您更熟悉传统的数据库扩展的话,也可以说是* pconnect ( ) ) ,需要在实例化数据库连接时传递一个属性: - Each extension claims a different functional namespace - for example , the mysql connect and ibase connect return database connections for mysql and firebird interbase , respectively - and each extension implements its own api with sometimes minor but confusing variations from other database extensions
每个扩展都声明了不同的功能性名称空间,比如mysql _ connect ( )和ibase _ connect ( )分别返回mysql和firebird / interbase的数据库连接;每个扩展都实现了自己的api ,与其他数据库扩展之间有一些微小却容易混淆的差别。